JPlanner Programmer's Guide
Graphics.fillPolygon Method (Brush, PointD[])
See Also
 






Fills a polygon defined by an array of PointD objects.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void fillPolygon (
    Brush brush,
    PointD[] points
)

 Parameters

brush

A Brush that determines the characteristics of the fill.

points

An array of PointD objects that represent the vertices of the polygon.

 See Also

fillPolygon Method Overload List
Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace